runtime.fixalloc.free (method)

20 uses

	runtime (current package)
		malloc.go#L704: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		mcache.go#L119: 		mheap_.cachealloc.free(unsafe.Pointer(c))
		mcleanup.go#L202: 	mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
		mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
		mgc.go#L1966: 		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
		mheap.go#L1204: 	h.spanalloc.free(unsafe.Pointer(s))
		mheap.go#L2186: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2198: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2374: 	mheap_.specialCheckFinalizerAlloc.free(unsafe.Pointer(found))
		mheap.go#L2616: 	mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2810: 		mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
		mheap.go#L2816: 		mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2822: 		mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
		mheap.go#L2830: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
		mheap.go#L2839: 		mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))
		mheap.go#L2844: 		mheap_.specialCheckFinalizerAlloc.free(unsafe.Pointer(sc))
		mheap.go#L2849: 		mheap_.specialTinyBlockAlloc.free(unsafe.Pointer(st))
		mheap.go#L2854: 		mheap_.specialBubbleAlloc.free(unsafe.Pointer(st))
		pinner.go#L360: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
		proc.go#L5823: 			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))